#
#  QUEST AGENT PARMLIB
#
#  This sample supports up to 3 different subsystems. 
#
#  Keywords in GENERAL section apply to all subsystems.
#
#  "PLAN" is no longer used and if present will be ignored.
#
#  "CLIPLAN" is the plan bound for CLI.
#
#  "REFRESH" is the agent REFRESH TIME for volume and log data
#  wakeups. This is overridden - for volume data only - if
#  voltime= is specified
#
#  "RECREFRESH" is the recording manager refresh rate
#
#  "VOLTIME" is a repeating keyword (VOLTIME1-9 inclusive)
#  used to define a schedule of wake-up times for gathering
#  space info for volume data.
#  - Specify 4 digits in the form HHMM where HH is the hours
#    and MM the minutes on a 24 hour clock. 
#  - Valid values for HH are '00' thru '23', valid values
#    for MM are '00' thru '59'. 
#  - VOLTIME1=0000 is a special case and turns off volume
#    processing completely. Note that due to this special case
#    it is not possible to define a time of 12:00 midnight.
#    VOLTIME1=0000 is the default. 
#  - To turn on volume processing, change VOLTIME1 to a
#    valid time, and optionally add other VOLTIME keywords
#    (VOLTIME2-9) and other desired wakeup times, in 
#    ascending order.  
#
#  For each subsystem the Quest Agent is to monitor, include a 
#  /SUBSYS=SSID section where "SSID" is replaced with the 
#  DB2 subsystem id.
#
#  The LOADLIB section is used to define the tasklib datasets to be
#  used for each subsystem. These datasets should be (in this order)
#  - QUESTLOADLIB
#  - DSNEXITLIB
#  - DSNLOADLIB
#
#  If the DB2 libraries are in the linklist, they can be omitted.
#  However, the Quest loadlib will need to be in each entry.
#
#  C ALL C'%CLIPLANNAME% C'CLIPLANNAME'
#  C ALL C'%REFRATE%' C'15'
#  C ALL C'%QUESTLOAD%' C'QUEST.LOADLIB'
#  C ALL C'%SUBSYSA%' C'SSID1'
#  C ALL C'%DSNEXITA%' C'DSN!!!.SDSNEXIT'
#  C ALL C'%DSNLOADA%' C'DSN!!!.SDSNLOAD'
# REPEAT THESE COMMANDS FOR OTHER SUBSYSTEMS
#  C ALL C'%SUBSYSB%' C'SSID2'
#  C ALL C'%DSNEXITB%' C'DSN!!!.SDSNEXIT'
#  C ALL C'%DSNLOADB%' C'DSN!!!.SDSNLOAD'
#
#
/GENERAL
CLIPLAN=%CLIPLANNAME%
REFRESH=%REFRATE%
RECREFRESH=%REFRATE%
VOLTIME1=0000
/SUBSYS=%SUBSYSA%
LOADLIB=(
%DSNEXITA%
%DSNLOADA%
)
